Skip to content

Commit

Permalink
Fix "draft-ietf-cellar-ffv1-00.xml: Line 778: IDREF attribute target …
Browse files Browse the repository at this point in the history
…references an unknown ID "huffman-coding-mode""
  • Loading branch information
michaelni committed Jan 10, 2018
1 parent ed2ca5d commit a2ef0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -686,7 +686,7 @@ Note, this is different from JPEG-LS, which doesn’t use prediction in run mode
|Symbol| Definition |
|------|--------------------------------------------------------|
| u(n) | unsigned big endian integer using n bits |
| sg | Golomb Rice coded signed scalar symbol coded with the method described in [Huffman Coding Mode](#huffman-coding-mode) |
| sg | Golomb Rice coded signed scalar symbol coded with the method described in [Huffman Coding Mode](#golomb-rice-mode) |
| br | Range coded Boolean (1-bit) symbol with the method described in [Range binary values](#range-binary-values) |
| ur | Range coded unsigned scalar symbol coded with the method described in [Range non binary values](#range-non-binary-values) |
| sr | Range coded signed scalar symbol coded with the method described in [Range non binary values](#range-non-binary-values) |
Expand Down

0 comments on commit a2ef0d0

Please sign in to comment.